{% extends "global/Page.html" %} {% load otree static %} {% block title %} Stage 2: Leader Selection {% endblock %} {% block content %}

The computer will randomly select one participant to be the leader in the next stage. However, you can indicate if you have a desire to take the leader position. To do so, you need to uncheck the selected option below and check the other option instead.

The computer's random assignment will be implemented unless at least one participant in your group indicates a desire to be the leader, in which case the leader will be selected as follows:

  • If only one participant indicates such a desire, this participant will be the leader.
  • If more than one participant indicates such a desire, the computer will randomly select one of these participants as the leader. Each of these participants has an equal chance to be selected.

  • The selected leader will make three investment decisions related to the money the charity may receive from the group.


    {% formfields %}
    {% next_button %} {% endblock %}